home *** CD-ROM | disk | FTP | other *** search
/ Grand Slam 3 / Grand Slam 3.iso / 002 / dc3.arj / DC.DOC < prev    next >
Text File  |  1995-06-02  |  8KB  |  324 lines

  1.  
  2.                       Dropped Carrier for RemoteAccess
  3.  
  4.                          Copyright 1995 Colin Birch
  5.  
  6.                        The Dog House BBS 01443 400327
  7.  
  8.                        24 Hours - 2400 to 28800 VFast
  9.  
  10.                             Fidonet 2:442/618
  11.  
  12.  
  13. What is DC.EXE?
  14. ~~~~~~~~~~~~~~~
  15.  
  16.  DC.EXE creates .ANS/ASC files listing the BBS users who have dropped carrier
  17.  It creates 3 types of file.
  18.  
  19.  DC.ANS/ASC
  20.  The first lists each individual dropped carrier and the time the carrier was
  21.  dropped. So if a person dropped carrier 3 times in one day that person would
  22.  be listed 3 times.
  23.  
  24.  DC1.ANS/ASC
  25.  The second lists the number of times each caller has dropped carrier. So if
  26.  the user dropped carrier 3 times (s)he would be listed once with the number
  27.  of dropped carriers next to the entry
  28.  
  29.  DROPTOT.ANS/ASC
  30.  The third is similar to the second but lists the number of dropped carriers
  31.  over a user definable period. You may for example want to show how many
  32.  times a user has dropped carrier over the last month.
  33.  
  34.  
  35.  Registered versions of DC.EXE also have the ability to change a sysop
  36.  definable user flag. This can then be used to show a screen to carrier
  37.  droppers.
  38.  
  39.  Registered versions also allow automatic security level changes after a
  40.  user has dropped carrier a sysop defined number of times.
  41.  
  42.  
  43.  
  44. How do I set up DC.EXE?
  45. ~~~~~~~~~~~~~~~~~~~~~~~
  46.  
  47.  First, add the following line to your AUTOEXEC.BAT file:-
  48.  
  49.  SET DC=~path to DC.EXE~
  50.  
  51.  Save your AUTOEXEC.BAT file then re-boot your computer
  52.  You must then edit the DC.CFG file to suit. A sample DC.CFG file is included
  53.  below with explanations.
  54.  
  55.  
  56.  
  57.  
  58.  
  59. ; If you use FLM put the path and file name of your FLM log file in
  60. ; the following line then remove the leading ;
  61.  
  62. ;FLM f:\flm.log
  63.  
  64.  
  65. If you use FLM then users can log off from within FLM. To make sure these
  66. log-offs don't get included in the dropped carrier screens place the FULL
  67. path and name of your FLM log file in the line above.
  68.  
  69.  
  70. ; File name for .ANS/.ASC drop carrier screens - DO NOT ADD EXTENSION
  71. ;Default - DC.ANS/.ASC
  72.  
  73. FILENAME DC
  74.  
  75. If you don't want to use the file name DC.ANS/ASC then put the file name
  76. required in the line above.
  77.  
  78.  
  79. ; File name for .ANS/.ASC drop carrier screens - DO NOT ADD EXTENSION
  80. ;Default - DC1.ANS/.ASC
  81.  
  82. FILENAME DC1
  83.  
  84. As above only with the DC1.ANS/ASC screens
  85.  
  86.  
  87.  
  88. ; Show name of last caller ( Y/N )
  89.  
  90. LASTON Y
  91.  
  92.  
  93. This adds a line to the bottom of the screen showing the name of the last
  94. caller.
  95.  
  96.  
  97.  
  98. ; Show drop carriers for two days ? ( Y/N )
  99. ; ~N~ will just show todays carrier droppers
  100. ; ~Y~ will show yesterday + today
  101.  
  102. TWODAYS Y
  103.  
  104. This gives you the option of showing the dropped carrier for just today or
  105. for the last two days
  106. Y= last two days
  107. N= Today only
  108.  
  109.  
  110. ; List of callers you do not want to be named as carrier droppers
  111. ; You may list up to 20 names
  112. ; Remember to remove the ; from the start of the line
  113.  
  114. ; MISSNAME callers name#1
  115. ; MISSNAME callers name#2 etc.
  116. MISSNAME Colin Birch
  117.  
  118. A list of people which you DO NOT want listed as carrier droppers. These
  119. people will also NOT be listed in the last user section.
  120.  
  121.  
  122.  
  123. ; The following is for registered copies only
  124.  
  125.  
  126. ; User definable colours
  127.  
  128. ; Colour chart
  129. ;
  130. ;  0 - Black               8 - Dark Grey
  131. ;  1 - Blue                9 - Brt Blue
  132. ;  2 - Green              10 - Brt Green
  133. ;  3 - Cyan               11 - Brt Cyan
  134. ;  4 - Red                12 - Brt Red
  135. ;  5 - Magenta            13 - Brt Magenta
  136. ;  6 - Brown              14 - Yellow
  137. ;  7 - Light Grey         15 - White
  138.  
  139. BACKGROUND 0
  140. HEADERTEXT 2
  141. BBSTEXT 12
  142. DROPCAR 14
  143. SPEED 3
  144. NAME 11
  145. TIME 9
  146. UNDERLINE 14
  147. PRESS 7
  148. ENTER 14
  149.  
  150. The above should be obvious. It allows you to customise the colours to suit
  151. your BBS.
  152.  
  153.  
  154. ; Text to replace the line :- Carrier droppers on ~BBS name~ Today/Last 2 days
  155. ; use $BBS in the text where you want your BBS name to be
  156.  
  157. NEWTEXT
  158.  
  159.  
  160. You can change the text in the first line of the screens to any text. If you
  161. want to include your BBS name use the macro $BBS
  162.  
  163.  
  164. ; File name for highest carrier dropper chart - DO NOT ADD EXTENSION
  165. ; Default DROPTOT.ANS/.ASC
  166.  
  167. DROPTOT DROPTOT
  168.  
  169. If you don't want to use the file name DROPTOT.ANS/ASC then put the file name
  170. required in the line above.
  171.  
  172.  
  173. ; How long to keep a log of carrier droppers
  174. ; 0 = permanent
  175.  
  176. DAYSOLD 15
  177.  
  178. How many days old do you want to include entries in the DROPTOT.ANS/ASC
  179. screens. 
  180.  
  181.  
  182.  
  183. ; Archive type to use in RA.LOG maint section
  184. ; allowable archivers are:-
  185. ;
  186. ; ARJ ZIP LZH LHA RAR
  187. ;
  188. ; NOTE - The archive you wish to use MUST be in a DOS PATH
  189.  
  190. ARC ARJ
  191.  
  192.  
  193. The maint. section of DC.EXE will automatically remove entries in your RA.LOG
  194. file that are over one month old. This is to stop DC.EXE having to trawl
  195. through 6 months of RA.LOG just to find todays entries. Setting the ARC above
  196. defines which archiver type DC.EXE will use to backup the entries removed.
  197.  
  198.  
  199.  
  200. ; Security level drop after x carrier drops
  201. ; NUMBER ~no of carrier drops~ - ~new sec level~
  202. ; NUMBER 3 - 20 
  203. ; This would set a users security level to 20 after 3 carrier drops
  204. ; Up to 10 different levels may be used
  205.  
  206.  
  207. NUMBER 10 - 19
  208. ;NUMBER 5 - 18
  209.  
  210. This defines the number of dropped carriers before the users sec level is
  211. dropped. The first number is the number of dropped carriers, the second
  212. number is the new sec level. If you don't want this feature just place a
  213. semi-colon (;) in front of the word NUMBER
  214.  
  215.  
  216.  
  217. ; Create a log file in your LOGS directory of users whos SEC level has been
  218. ; dropped ?
  219.  
  220. NEWLOG Y
  221.  
  222. If you set this to Y a log file will be kept of all users whos sec level has
  223. been automatically altered
  224.  
  225.  
  226. ; USER flag to be set to ~X~ when a user drops carrier
  227.  
  228. SETFLAG A8
  229.  
  230. This sets a user flag to X when (s)he drops carrier. to disable place a
  231. semi colon (;) before the word SETFLAG
  232. Valid flags are A1 to 8, B1 to 8, C1 to 8 and D1 to 8
  233.  
  234.  
  235.  
  236. ; POSTCODE - This is used by your DC.KEY file
  237.  
  238. POSTCODE CF37 2AA
  239.  
  240.  
  241. If you register DC.EXE you must alter this to give YOUR postcode. this is
  242. used to validate the key file.
  243.  
  244.  
  245.  
  246.  
  247. How to run DC.EXE
  248. ~~~~~~~~~~~~~~~~~
  249.  
  250.  There are two ways to run DC.EXE. Both must be used to use all features
  251.  of DC.EXE
  252.  
  253. 1st.
  254.  
  255.  DC.EXE should be called each time a user logs off. Just add DC.EXE to your
  256.  BBS BAT file.
  257.  
  258. 2nd.
  259.  
  260.  During your daily maintainance, you should call DC.EXE/MAINT  This alters
  261.  the sec levels etc.
  262.  
  263.  
  264. How do I register DC.EXE?
  265. ~~~~~~~~~~~~~~~~~~~~~~~~~
  266.  
  267.  Simply fill in the file REGISTER.TXT which is included in the archive along
  268.  with DC.EXE. If the file is missing please contact me at Fidonet 2:442/618
  269.  or The Dog House BBS - 01443 400327 - 24 Hours
  270.  
  271.  
  272. What do I get if I register?
  273. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  274.  
  275.  Well, first you get COLOUR in the .ANS screens instead of the boring grey
  276.  Not just colour, but USER DEFINABLE COLOURS!!!!
  277.  
  278.  Registered versions of DC.EXE also have the ability to change a sysop
  279.  definable user flag. This can then be used to show a screen to carrier
  280.  droppers.
  281.  
  282.  Registered versions also allow automatic security level changes after a
  283.  user has dropped carrier a sysop defined number of times.
  284.  
  285.  
  286. Thanks to:-
  287. ~~~~~~~~~~~
  288.  
  289.  Tony Grunnill of Digital Dreams BBS - 01222 541688 - 24 hours
  290.  Lez Crowther  of Big Rig BBS        - 01582 866794 - 24 hours
  291.  
  292.  and to all the people who support shareware!
  293.  
  294.  
  295. Disclaimer
  296. ~~~~~~~~~~
  297.  
  298.  Although I have tested this program thouroughly the only guarantee I make
  299.  is that DC.EXE and it's support files will take up hard disk space. I accept
  300.  no responsability of ANY loss or damage caused directly or indirectly from
  301.  using DC.EXE
  302.  
  303.  
  304. Shareware
  305. ~~~~~~~~~
  306.  
  307.  This program is SHAREWARE. If after a trial period of 10 days you continue
  308.  to use this program YOU MUST REGISTER IT. The authour retains full copyright
  309.  to the software and all it's support files.
  310.  
  311.  
  312. History
  313. ~~~~~~~
  314.  
  315.  V1.0  -  7 - May 1995  -  1st public release
  316.  V1.1  - 10 - May 1995  -  Small problem under very unusual conditions meant
  317.                            that some user flags were being changed when they
  318.                            shouldn't be
  319.  V1.2  -  2 - June 1995 -  Users whos names are in the MISSNAME section were
  320.                            still having their Sec levels reduced if they
  321.                            dropped carrier too many times.
  322.  
  323.  
  324.